\(\int 0 \, dx\) [1]

   Optimal result
   Rubi [A] (verified)
   Mathematica [A] (verified)
   Maple [A] (verified)
   Fricas [A] (verification not implemented)
   Sympy [A] (verification not implemented)
   Maxima [A] (verification not implemented)
   Giac [A] (verification not implemented)
   Mupad [B] (verification not implemented)

Optimal result

Integrand size = 1, antiderivative size = 1 \[ \int 0 \, dx=0 \]

[Out]

0

Rubi [A] (verified)

Time = 0.00 (sec) , antiderivative size = 1, normalized size of antiderivative = 1.00, number of steps used = 1, number of rules used = 1, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 1.000, Rules used = {8} \[ \int 0 \, dx=0 \]

[In]

Int[0,x]

[Out]

0

Rule 8

Int[a_, x_Symbol] :> Simp[a*x, x] /; FreeQ[a, x]

Rubi steps \begin{align*} \text {integral}& = 0 \\ \end{align*}

Mathematica [A] (verified)

Time = 0.00 (sec) , antiderivative size = 1, normalized size of antiderivative = 1.00 \[ \int 0 \, dx=0 \]

[In]

Integrate[0,x]

[Out]

0

Maple [A] (verified)

Time = 0.02 (sec) , antiderivative size = 2, normalized size of antiderivative = 2.00

method result size
default \(0\) \(2\)
norman \(0\) \(2\)
meijerg \(0\) \(2\)
risch \(0\) \(2\)
parallelrisch \(0\) \(2\)

[In]

int(0,x,method=_RETURNVERBOSE)

[Out]

0

Fricas [A] (verification not implemented)

none

Time = 0.21 (sec) , antiderivative size = 1, normalized size of antiderivative = 1.00 \[ \int 0 \, dx=0 \]

[In]

integrate(0,x, algorithm="fricas")

[Out]

0

Sympy [A] (verification not implemented)

Time = 0.00 (sec) , antiderivative size = 0, normalized size of antiderivative = 0.00 \[ \int 0 \, dx=0 \]

[In]

integrate(0,x)

[Out]

0

Maxima [A] (verification not implemented)

none

Time = 0.21 (sec) , antiderivative size = 1, normalized size of antiderivative = 1.00 \[ \int 0 \, dx=0 \]

[In]

integrate(0,x, algorithm="maxima")

[Out]

0

Giac [A] (verification not implemented)

none

Time = 0.29 (sec) , antiderivative size = 1, normalized size of antiderivative = 1.00 \[ \int 0 \, dx=0 \]

[In]

integrate(0,x, algorithm="giac")

[Out]

0

Mupad [B] (verification not implemented)

Time = 0.04 (sec) , antiderivative size = 1, normalized size of antiderivative = 1.00 \[ \int 0 \, dx=0 \]

[In]

int(0,x)

[Out]

0